PowerTools ActiveReports for .NET 9.0J
表記規則

このヘルプの解説部では、特に明記しない限り Visual Basic のデータ型で解説しています。
各データ型のクラス名とC#での表記については以下の表を参考にしてください。


クラス名 Visual Basic C#
Byte Byte byte
Sbyte SByte sbyte
Int16 Short short
Int32 Integer int
Int64 Long long
UInt16 UInt16 ushort
UInt32 UInt32 uint
UInt64 Uint64 ulong
Single Single float
Double Double double
Boolean Boolean bool
Char Char char
Decimal Deciaml decimal
IntPtr IntPtr IntPtr
UIntPtr UIntPtr UintPtr
Object Object object
String String string

 

 


©2003-2015 GrapeCity inc. All rights reserved.